share locks meaning in Chinese
共享锁
Examples
- The shared locks are released when the statement completes
语句完成后便会释放共享锁。 - For example , session s1 owns a shared lock on
例如,会话s1拥有 - Specifies that a shared lock is taken on the table held until the end - of - statement
指定表采用的共享锁一直保持到语句结束。 - And transaction t1 , which is running under session s1 , also owns a shared lock on
的共享锁,而在会话s1下运行的事务t1也拥有 - Using an isolation level that does not generate shared locks for read operations
对于读取操作,使用不会生成共享锁的隔离级别。